課程資訊
課程名稱
計算機程式
Computer Programming 
開課學期
106-1 
授課對象
電機工程學系  
授課教師
林宗男 
課號
EE1004 
課程識別碼
901 10210 
班次
03 
學分
3.0 
全/半年
半年 
必/選修
必修 
上課時間
星期二6(13:20~14:10)星期三8,9(15:30~17:20) 
上課地點
博理113博理113 
備註
本系優先
限本系所學生(含輔系、雙修生)
總人數上限:80人 
Ceiba 課程網頁
http://ceiba.ntu.edu.tw/1061EE1004_03 
課程簡介影片
 
核心能力關聯
核心能力與課程規劃關聯圖
課程大綱
為確保您我的權利,請尊重智慧財產權及不得非法影印
課程概述

本課程以物件導向(Object-oriented programming)概念為主軸介紹程式語言。 本課程會以 Python 語言為主要介紹OOP的語言。 Python 語言強調其 "code readability". 對於同樣的問題 ,用 Python 來解決的程式會比用 c/c++ 來的簡單。 根據最新統記指出,Python 是美國頂尖大學裡最常用的入門程式語言。

本課程以Python2.7 程式語言介紹OOP的概念並比較Python與C++的不同之處,此外還會利用vPython以3D模擬的方式模擬物體運動。

本課程有安排星期二晚上上機實習的練習。

1. Intro. to Python and Class
2.Control structure
3.List, Set, Dict
4.Strings
5.Functions
6.Classes and data abstraction
7.Operator overloading
8.Inheritance
9.Polymorphism 

課程目標
能夠用 OOP 的關念來解決問題。 
課程要求

Mid-term quiz: 30%
Final exam: 30%
Homework: 25%
Final Project 15% 
預期每週課後學習時數
 
Office Hours
另約時間 
指定閱讀
待補 
參考書目
教科書 :
[1] How to Think Like a Computer Scientist
http://www.greenteapress.com/thinkpython/thinkCSpy.pdf
[2] Python Tutorial
https://docs.python.org/2/tutorial/

[3] Problem Solving with Algorithms and Data Structures
http://interactivepython.org/runestone/static/pythonds/index.html
 
評量方式
(僅供參考)
 
No.
項目
百分比
說明
1. 
Midterm 
30% 
 
2. 
Final 
30% 
 
3. 
Homework 
25% 
 
4. 
Project 
15% 
 
 
課程進度
週次
日期
單元主題
第0週
9/4-9/8  Environment Installation & Basic Programming
<br><br>
<font color=red> Lab 1 due 2017/09/19 23:59 </font>
<br><br>
<font color=red> Exercise 1 due 2017/09/20 23:59 </font>  
第1週
9/12,9/13  How to write Python and VPython
<br><br>
<font color=red> Lab 2 due 2017/09/26 23:59 </font>
<br><br>
<font color=red> Exercise 2 due 2017/09/27 23:59 </font>  
第2週
9/19,9/20  <font color=red> Lab 3 due 2017/10/03 23:59 </font>  
第3週
9/26,9/27  <font color=red> Homework 3 due 2017/10/04 23:59 </font>  
第5週
10/10,10/11  <font color=red> Lab 4 due 2017/10/17 23:59 </font>  
第6週
10/17,10/18  <font color=red> Lab 5 due 2017/10/24 23:59 </font>
<br><br>
<font color=red> Homework 4 due 2017/10/25 23:59 </font>
<br><br>
<font color=red> Homework 5 due 2017/11/1 23:59 </font>  
第9週
11/07,11/08  <font color=red>11/7 Recitation: Mock Exam </font>
<br><br> 
第10週
11/14,11/15  <font color=red> 11/14 Midterm </font>
<br><br>